runtime.p.mcache (field)

16 uses

	runtime (current package)
		mcache.go#L136: 		c = pp.mcache
		mgc.go#L635: 		if fg := atomic.Load(&p.mcache.flushGen); fg != mheap_.sweepgen {
		mgc.go#L1057: 			_p_.mcache.prepareForSweep()
		mgc.go#L1436: 		c := p.mcache
		mgcmark.go#L1583: 		c := p.mcache
		mstats.go#L644: 	c := p.mcache
		proc.go#L4599: 	if pp.mcache == nil {
		proc.go#L4606: 			pp.mcache = mcache0
		proc.go#L4608: 			pp.mcache = allocmcache()
		proc.go#L4688: 	freemcache(pp.mcache)
		proc.go#L4689: 	pp.mcache = nil
		proc.go#L4789: 		_g_.m.p.ptr().mcache.prepareForSweep()
		proc.go#L4870: 	_p_.mcache.prepareForSweep()
		runtime2.go#L604: 	mcache      *mcache
		stack.go#L387: 			c := thisg.m.p.ptr().mcache
		stack.go#L486: 			c := gp.m.p.ptr().mcache